home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 2 / MacMania 2.toast / Demo's / Tools&Utilities / Programming / FadeToBlack Folder / Gamma Fade v1.1.2 / Test App / about.h < prev    next >
Encoding:
Text File  |  1992-12-17  |  472 b   |  17 lines  |  [TEXT/KAHL]

  1. // File "about.h" - Header for the Cool About Box
  2.  
  3. // * ****************************************************************************** *
  4.  
  5. #define kAboutBoxDLOG         128
  6.  
  7. #define kActiveBut           0
  8. #define kInactiveBut     255
  9. #define kPassItOn           0
  10. #define kDontPassIt          -1
  11.  
  12. // * ****************************************************************************** *
  13.  
  14.  
  15. void doAboutBox(void);
  16. pascal Boolean aboutFilterProc(DialogPtr theDialog, EventRecord *theEvent, short *theItem);
  17.